Uses of Class
org.eclipse.vtp.framework.util.ConfigurationDictionary

Packages that use ConfigurationDictionary
org.eclipse.vtp.framework.util   
 

Uses of ConfigurationDictionary in org.eclipse.vtp.framework.util
 

Methods in org.eclipse.vtp.framework.util that return ConfigurationDictionary
static ConfigurationDictionary[] ConfigurationDictionary.loadAll(org.w3c.dom.Element configurations)
          Loads all the data from the supplied element into a new array.
 

Methods in org.eclipse.vtp.framework.util with parameters of type ConfigurationDictionary
static org.w3c.dom.Element ConfigurationDictionary.saveAll(org.w3c.dom.Document document, ConfigurationDictionary[] dictionaries)
          Converts the contents of all the supplied dictionaries to an XML structure.